Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Candidate v0.0.5 #192

Merged
merged 493 commits into from
Jun 27, 2023
Merged

Release Candidate v0.0.5 #192

merged 493 commits into from
Jun 27, 2023

Conversation

jklenzing
Copy link
Member

@jklenzing jklenzing commented Jun 15, 2023

Description

Release Candidate for version 0.0.5.

The v0.0.5 release adds multiple new instruments, as well as improves support for xarray datasets. There are multiple updates for compatibility with the latest versions of cdflib, xarray, and pysat.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

via pytest at github actions

Checklist:

  • Update the version number
  • Verify and update Zenodo information in .zenodo.json
  • doc tests pass locally
  • activate this branch on readthedocs (include link here)
  • Upload the test distribution to the testPyPi server
  • Contacted developers and users about the future release
  • Performed integration tests with downstream packages - pysatModels
  • Create a wiki page with the release text (put link here)
  • After approval, confirm all changes from the RC pull are listed in the wiki release text.
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Add a note to CHANGELOG.md, summarizing the changes
  • Update zenodo.json file for new code contributors

@jklenzing jklenzing marked this pull request as ready for review June 15, 2023 14:03
@jklenzing
Copy link
Member Author

Downstream package error documented at pysat/pysatModels#128

README.md Outdated Show resolved Hide resolved
pysatNASA/instruments/de2_vefi.py Outdated Show resolved Hide resolved
Comment on lines 11 to 19
import pysat
import pytest

# Make sure to import your instrument library here
import pysatNASA

# Import the test classes from pysat
from pysat.tests.classes import cls_instrument_library as clslib
from pysat.utils import testing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the pysat imports should be grouped together. I recommend moving up pytest to the warnings block and moving all the pysat imports above the pysatNASA import.

@jklenzing jklenzing requested a review from aburrell June 20, 2023 19:42
Copy link
Member

@aburrell aburrell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More style corrections.

pysatNASA/instruments/de2_rpa.py Outdated Show resolved Hide resolved
pysatNASA/instruments/de2_rpa.py Outdated Show resolved Hide resolved
pysatNASA/instruments/de2_rpa.py Outdated Show resolved Hide resolved
pysatNASA/instruments/de2_vefi.py Outdated Show resolved Hide resolved
pysatNASA/instruments/de2_vefi.py Outdated Show resolved Hide resolved
pysatNASA/instruments/de2_vefi.py Outdated Show resolved Hide resolved
pysatNASA/instruments/ses14_gold.py Outdated Show resolved Hide resolved
pysatNASA/tests/test_instruments.py Outdated Show resolved Hide resolved
pysatNASA/tests/test_instruments.py Outdated Show resolved Hide resolved
@jklenzing jklenzing requested a review from aburrell June 22, 2023 14:05
@jklenzing
Copy link
Member Author

We need one more review. Pinging @JonathonMSmith and @rstoneback

CHANGELOG.md Outdated Show resolved Hide resolved
@jklenzing jklenzing merged commit e62b8c6 into main Jun 27, 2023
@jklenzing jklenzing deleted the rc_0_0_5 branch July 3, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants